home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / SETDDSR.DOC < prev    next >
Text File  |  1993-05-25  |  782b  |  22 lines

  1.                    Set Directory Disk Space Restriction
  2.  
  3.     This function sets a disk restriction for a specific directory.
  4.     If the restriction is zero, the restriction for the directory is
  5.     cleared.  If the restriction is negative, the disk space assigned
  6.     will be zero.  All restrictions are in 4K blocks.
  7.             
  8.     Function 22 (16h)
  9.   
  10.     Request Buffer
  11.  
  12.         Offset   Request Packet Contents        Bytes    Remarks
  13.         ------   ---------------------------    -----    -------
  14.         0        Sub-function Structure Len     2        Length
  15.         2        36 (24h)                       1
  16.         3        Directory Handle               1
  17.         4        Disk Space Limit               4
  18.  
  19.     Reply Buffer
  20.  
  21.         Not required.
  22.